Description | : Submit a collection of text documents for analysis. Specify one or more unique tasks to be executed as a long-running operation. |
Reference | : Link ¶ |
⚼ Request
POST:
/analyze-documents/jobs
{
api-version:
string
,
body:
}
{
,
displayName:
string
,
analysisInput:
{
,
documents:
}
[
]
,
{
,
id:
string
,
source:
{
,
kind:
enum
,
}
target:
{
,
kind:
enum
,
}
language:
string
,
}
tasks:
[
]
,
{
,
taskName:
string
,
kind:
enum
,
}
defaultLanguage:
string
,
}
⚐ Response (202)
{
operation-location:
string
,
}
⚐ Response (default)
{
$headers:
{
,
x-ms-error-code:
string
,
}
$schema:
}
{
,
error:
}
{
,
code:
enum
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
innererror:
}
{
,
code:
enum
,
message:
string
,
details:
object
,
target:
string
,
innererror:
string
,
}